home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Talking Clock Pro™ 2.0.1 / Talking Clock Pro Source / Controller / TalkConstants.h < prev   
Encoding:
C/C++ Source or Header  |  1993-09-03  |  462 b   |  21 lines  |  [TEXT/CWIE]

  1. /*
  2.  * Constants for properties of the talking clock application
  3.  */
  4.  
  5. #ifndef TalkConstants_h
  6. # define TalkConstants_h
  7.  
  8. #define kAETalkingClockSuite 0x4F27436C /* 'O\'Cl' isn't liked by Rez */
  9. #define kAESayTime 'SayT'
  10. #define kAESayDate 'SayD'
  11.  
  12. #define pTurnover 'Turn'
  13. #define pOptionKeyTalk 'OKtk'
  14. #define pControlKeyTalk 'CNtk'
  15. #define pCommandKeyTalk 'MEtk'
  16. #define pShiftKeyTalk 'SHtk'
  17. #define pCapsLockKeyTalk 'CAtk'
  18. #define pFiveMinuteTalk 'FItk'
  19.  
  20. #endif
  21.